home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
hight-d.swf
/
scripts
/
DefineSprite_323
/
frame_18
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
196 b
|
9 lines
stop();
rndmore = random(100) + 1;
if(rndmore > 80)
{
hsObj.data.player10.name = rndnames[random(rndl)];
hsObj.data.player10.score = int(s0 * ((random(80) + 15) / 80));
gogo();
}